home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 April / EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso / earcd / editor / cheqwzrd.rdm < prev    next >
Text File  |  1996-03-13  |  813b  |  31 lines

  1. Short:    WW5 Wizard To Write & Print A Cheque
  2. Author:   will@ryker.demon.co.uk
  3. Uploader: will@ryker.demon.co.uk
  4.  
  5.  
  6. 1.  This wizard uses a template to overcome a bug in the WW5 Arexx Port.
  7.  
  8. 2.  Edit the script and change the following lines to your own preferences.
  9.  
  10. /* Default parameters */
  11. font1 = "CG TIMES"
  12. size1 = "12"
  13. font2 = "CG TIMES"
  14. size2 = "12"
  15. font3 = "VAG Rounded BT"
  16. size3 = "18"
  17. font3width = "150"
  18. templatename = "documents/templates/cheque.template"
  19.  
  20. 3.  The supplied cheque template is correctly sized for standard British
  21.     cheques.
  22.  
  23. 4.  Put your own scanned signature if you have one into the template and
  24.     resave it. If you dont have a signature scanned, you will have to
  25.     manually sign the cheque.
  26.  
  27.  
  28. (c) 1995 Ryker Publications
  29.  
  30. Freely distributable but copyright remains with author.
  31.